home *** CD-ROM | disk | FTP | other *** search
/ 101 Video Screen Savers / 101 Video Screen Savers.iso / autoplay.exe / 0 / RCDATA / TFORM2 / TFORM2.txt < prev   
Text File  |  1997-04-17  |  1KB  |  77 lines

  1. object Form2: TForm2
  2.   Left = 222
  3.   Top = 128
  4.   AutoScroll = False
  5.   Caption = 'View a Play List'
  6.   ClientHeight = 274
  7.   ClientWidth = 321
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel4: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 321
  21.     Height = 274
  22.     Align = alClient
  23.     Color = clSilver
  24.     TabOrder = 0
  25.     object Image4: TImage
  26.       Left = 224
  27.       Top = 192
  28.       Width = 65
  29.       Height = 65
  30.       Picture.Data = {<image000.bmp>}
  31.       Stretch = True
  32.     end
  33.     object Panel5: TPanel
  34.       Left = 8
  35.       Top = 8
  36.       Width = 201
  37.       Height = 257
  38.       Caption = 'Panel5'
  39.       TabOrder = 0
  40.       object Image2: TImage
  41.         Left = 8
  42.         Top = 8
  43.         Width = 185
  44.         Height = 25
  45.         Picture.Data = {<image001.bmp>}
  46.       end
  47.       object FileListBox1: TFileListBox
  48.         Left = 8
  49.         Top = 32
  50.         Width = 185
  51.         Height = 217
  52.         ItemHeight = 13
  53.         Mask = '*.lst'
  54.         TabOrder = 0
  55.       end
  56.     end
  57.     object Button4: TButton
  58.       Left = 224
  59.       Top = 48
  60.       Width = 89
  61.       Height = 25
  62.       Caption = 'Cancel'
  63.       TabOrder = 2
  64.       OnClick = Button4Click
  65.     end
  66.     object Button1: TButton
  67.       Left = 224
  68.       Top = 8
  69.       Width = 89
  70.       Height = 25
  71.       Caption = 'OK'
  72.       TabOrder = 1
  73.       OnClick = Button1Click
  74.     end
  75.   end
  76. end
  77.